﻿@font-face {
    font-family: Helvetica;
    src: url("../Fonts/Helvetica.ttf");
}

@font-face {
    font-family: HelveticaBold;
    src: url("../Fonts/Helvetica-Bold.ttf");
}

@font-face {
    font-family: MyriadPro;
    src: url("../Fonts/MyriadPro-Light.otf");
}

@font-face {
    font-family: MYRIADPROBOLD;
    src: url("../Fonts/MYRIADPRO-BOLD.OTF");
}

a:hover {
    text-decoration: none;
}

.ms-webpartzone-cell {
    margin-bottom: 0 !important;
}

body {
    font-family: "Helvetica";
}

svg {
    font-family: Helvetica !important;
}

.listPoint li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.listPoint {
    margin: 0;
}

.listPoint li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.7;
}

.navbarPosition {
    /*     position: sticky;
    top: -1px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 10%); */
}

#s4-bodyContainer {
    padding-bottom: 0;
}

#headerPage {
    height: 492px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-family: "Helvetica";
    padding-left: 4rem;
    padding-top: 2rem;
    background-size: cover;
    width: 94%;
    background-repeat: no-repeat;
}

#headerPage h3 {
    margin-left: 0;
    color: #f58221;
    font-family: "Helvetica";
    text-shadow: 1px 1px 0px rgb(0 0 0 / 35%);
    margin-bottom: 1rem;
}

#headerPage p {
    font-size: 1.4rem;
    color: #fff;
    max-width: 55%;
    margin-bottom: 0;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 35%);
}

#DeltaPlaceHolderMain>.row {
    margin-right: 0;
    margin-left: 0;
}

#DeltaPlaceHolderMain>.row>.col-12 {
    padding-left: 0;
    padding-right: 0;
}

.pWidth {
    width: 60vw;
    margin: 2rem auto 0 !important;
}

.spanOrange {
    color: #f38f1f;
}

.orangeBtn {
    background-color: #f38f1f;
    color: #fff !important;
    border-radius: 5px;
    display: inline-flex;
    transition: all 0.3s ease-in;
    border: 1px solid #f38f1f;
}

.orangeBtn:hover {
    background-color: #fff;
    color: #f38f1f !important;
}

.orangeBorderBtn {
    color: #f38f1f !important;
    border: 1px solid #f38f1f;
    transition: all 0.3s ease-in;
    padding: 0.5rem 3rem;
    border-radius: 5px;
}

.orangeBorderBtn:hover {
    background-color: #f38f1f;
    color: #fff !important;
}

.headingGray {
    font-family: "HelveticaBold" !important;
    color: #59595c !important;
    margin: 0;
    /* font-size: 18px; */
}

.headingGreen {
    color: #00b388 !important;
    font-family: "HelveticaBold";
    font-size: 18px;
}

.headingOrange {
    color: #f38f1f !important;
    font-family: "HelveticaBold";
}

a:hover {
    text-decoration: none;
}

.mycontainer {
    max-width: 84vw;
    margin: auto;
}

.ms-signInLink {
    display: none !important;
}

.mycontainerSmaller {
    max-width: 80vw;
    margin: auto;
}

.descriptionBlock {
    padding: 2rem 0;
    text-align: center;
}


/******** navbar  **********/

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 8%;
    border-bottom: 2px solid #efefef;
    position: sticky;
    top: 0;
    z-index: 98;
    background: #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 10%);
}

.navbar #zz10_RootAspMenu>li>a:first-child {
    display: none;
}

.navbar #zz10_RootAspMenu {
    padding-left: 0;
}

.navbar #zz10_RootAspMenu>li {
    padding-left: 0;
}

.navbar .nav-item>a {
    color: #59595c !important;
    font-size: 14px;
    font-family: "HelveticaBold";
    transition: color 0.3s ease-in;
    margin: 0 1rem;
    padding: 1.2rem 0rem;
}

.navbar .navbar-brand img {
    max-width: 120px;
}

.customerPortal {
    color: #59595c !important;
    font-size: 14px;
    font-family: "HelveticaBold";
    transition: all 0.3s ease-in;
}

.navbar a.arrowSubSite {
    position: relative;
}

.navbar a.arrowSubSite:after {
    position: absolute;
    bottom: -1.75rem;
    left: 34%;
    content: "";
    z-index: 10000;
    font-size: 2.2rem;
    color: #fff;
    background-color: #fff;
    width: 20px;
    /* border: 1px solid #e8e8e8; */
    height: 20px;
    transform: rotate(45deg);
    box-shadow: -1px -1px 2px rgb(0 0 0 / 10%);
}

.navbar .subSiteLinks {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1.75rem;
    max-width: 41vw;
    background-color: #fff;
    /* border: 1px solid #f7f7f7; */
    z-index: 999;
    display: flex;
    flex-direction: row;
    top: 110%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-box-shadow: 0px 5px 13px -8px rgb(0 0 0 / 75%);
    box-shadow: 0px 1px 14px rgb(0 0 0 / 20%);
}

.navbar .subSiteLinks ul {
    padding: 0;
    margin: 0 3rem 0 1rem;
}

.navbar .subSiteLinks ul:last-child {
    margin-right: 0;
}

.navbar .subSiteLinks .BGLinks {
    position: absolute;
    bottom: 0;
    right: 0;
}

.navbar .nav-item .firstSubsite {
    max-width: 50vw;
}

.navbar .nav-item .firstSubsite ul {
    /* margin-left: 2rem; */
    /* border-left: 1px solid #dedede */
}

.navbar .nav-item .firstSubsite .SubImg {
    width: 50%;
    background: #dedede;
    border-radius: 15px;
    overflow: hidden;
    max-height: 225px;
}

.navbar .nav-item .firstSubsite .SubImg img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar .subSiteLinks ul {
    list-style: none;
}

.navbar .subSiteLinks ul h4 {
    color: #f38f1f;
    margin-bottom: 2rem;
    position: relative;
    font-size: 1.2rem;
    font-family: "HelveticaBold";
    margin-top: 2px;
}

.navbar .subSiteLinks ul h4:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #f38f1f;
    bottom: -10px;
    left: 1px;
}

.navbar .subSiteLinks ul li {
    font-size: 15px;
}

.navbar .subSiteLinks ul li a {
    transition: all 0.2s;
    color: #59595c;
    margin-bottom: 11px;
    display: block;
}

.navbar a:hover {
    color: #f58221 !important;
}

.navbar #toggleLinks {
    display: none;
    min-width: 45px !important;
    height: 40px;
    flex-direction: column;
    justify-content: space-around;
    padding: 0.5rem;
    cursor: pointer;
    border: 1px solid #f58222;
    border-radius: 4px;
    background: #f58222;
}

.navbar #toggleLinks:hover {
    /* background-color: transparent; */
    /* border-color: #6a6a6a; */
}

.navbar #toggleLinks span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
}

.navbar a.activeLink {
    color: #f38f1f !important;
    /* font-weight: bold; */
}


/************* footer ****************/

.footer {
    background-color: #f2f2f2;
    padding: 2rem 0 0;
}

.footer img {
    max-width: 235px;
}

.footer #contactBtn {
    width: 180px;
    flex-direction: column;
    margin: auto;
    padding: 0.7rem 0;
}

.footer h2 {
    margin: 1rem 0;
    font-size: 16px;
    font-family: "Helvetica" !important;
}

.footer ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}

.footer ul a {
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    color: #fff;
    transition: all 0.3s ease-in;
}

.footer ul a:hover {
    background-color: #fff;
    color: #59595c;
}

.footer ul a i {
    font-size: 13px;
}

.footer .copyright {
    background-color: #59595c;
    padding: 0.75rem 0;
    margin-top: 30px;
}

.footer .copyright p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.copyright-items {
    align-items: baseline;
    margin: 0 5rem;
}


/******************/

.headingImg {
    margin: 2rem auto 0;
}

.headingImg img {
    width: 100%;
}

.knowledgeBlock {
    background: url("/Style Library/TargetDesign/images/nimbleBG.png");
    background-size: cover;
    padding: 2rem 0;
}

.knowledgeBlock .opacityBlock {
    width: 75vw;
    margin: auto;
    background-color: rgba(204, 204, 204, 0.3);
    padding: 1.5rem;
    color: #59595c;
}

.knowledgeBlock .opacityBlock>div {
    background-color: #fff;
    padding: 1.5rem 2rem;
}

.knowledgeBlock .opacityBlock .listWithCircle li {
    position: relative;
    line-height: 2.2;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.knowledgeBlock .opacityBlock .listWithCircle li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00b388;
}

.knowledgeBlock .opacityBlock .listWithNum li {
    width: 49%;
    display: inline-flex;
    align-items: center;
}

.knowledgeBlock .opacityBlock .listWithNum li img {
    margin-right: 1rem;
}

.knowledgeBlock .opacityBlock .imgBlock {
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #010202;
}

.knowledgeBlock .opacityBlock .imgBlock img {
    max-width: 100%;
}

.featuresBlock {
    padding: 1rem 0px;
}

.featuresOrangeBlock .row>div {
    margin: 2rem 0;
}

.featuresBlock .boxBlock {
    width: 90%;
    margin: auto;
    border: 2px solid #00b388;
    border-radius: 20px;
    padding: 2rem 1rem 1rem;
    position: relative;
    height: 100%;
}

.featuresBlock .boxBlock img {
    position: absolute;
    left: 2rem;
    top: -4rem;
    max-width: 88px;
}

.featuresBlock .boxBlock h6 {
    margin-bottom: 8px;
    font-size: 17px;
}

.featuresBlock .boxBlock p {
    color: #59595c;
    margin: 0;
}

.featuresOrangeBlock {
    padding: 3rem 0 3rem;
}

.featuresOrangeBlock .boxBlock {
    width: 100%;
    margin: auto;
    border: 2px solid #f38f1f;
    border-radius: 20px;
    padding: 1.5rem 1rem 1rem;
    position: relative;
    height: 100%;
}

.featuresOrangeBlock .boxBlock img {
    position: absolute;
    top: -3.5rem;
    left: 1.5rem;
    max-width: 85px;
}

.featuresOrangeBlock .boxBlock p {
    color: #0b0b0b;
    font-family: "HelveticaBold";
    font-size: 15px;
    margin: 0;
}

.featureGray {
    width: 100%;
    margin: 0.5rem 0;
    border-radius: 75px;
    background-color: #fafafa;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 110px;
}

.featureGray .ImageContainer {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeate: norepeate;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-color: #fff;
}

.featureGray p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 0.75rem;
    width: calc(100% - 100px);
}

.featureGray img {
    max-height: 100%;
}

.featurecontent {
    margin: 2rem 0;
}

.featurecontent .content {
    margin: 5px auto;
    border: 1px solid #f38f1f;
    border-radius: 10px;
    text-align: center;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featurecontent .content p {
    color: #0b0b0b;
    font-family: MYRIADPROBOLD;
    margin-bottom: 0;
}

.lineBlock {
    width: 30vw;
    height: 2px;
    background-color: #f9b66b;
    margin: 2rem auto;
}

.lineBlockGreen {
    width: 30vw;
    height: 2px;
    background-color: #00b388;
    margin: 2rem auto;
}

.cloudWays {
    display: flex;
    flex-direction: row;
    margin: 2rem auto;
    align-items: center;
    justify-content: center;
}

.cloudWays .listWays ul {
    height: 400px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.cloudWays .listWays li {
    background-color: #f9b66b;
    color: #fff;
    padding: 1rem;
    font-family: "MYRIADPROBOLD";
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.cloudWays .leftWays li {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    left: 78%;
}

.cloudWays .leftWays li.clicked {
    background-color: #f38f1f;
    left: 0;
}

.cloudWays .leftWays li span {
    padding-right: 1rem;
}

.cloudWays .rightWays li {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    right: 78%;
}

.cloudWays .rightWays li.clicked {
    right: 0;
    background-color: #f38f1f;
}

.cloudWays .rightWays li span {
    padding-left: 2rem;
}

.cloudWays .descriptionWay {
    height: 400px;
    -webkit-box-shadow: 0px 3px 10px -1px rgba(223, 223, 223);
    -moz-box-shadow: 0px 3px 10px -1px rgba(223, 223, 223);
    box-shadow: 0px 3px 10px -1px rgba(223, 223, 223);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 34vw;
    z-index: 9;
    background-color: #fff;
}

.cloudWays .descriptionWay h4 {
    margin: 0;
    margin-bottom: 1rem;
    color: #f38f1f;
    font-family: "HelveticaBold";
    font-size: 21px;
}

.cloudWays .descriptionWay p {
    color: #000;
    line-height: 1.8;
}

.cloudWays .descriptionWay li {
    position: relative;
    padding-left: 1rem;
    color: #59595c;
    margin-bottom: 1rem;
}

.cloudWays .descriptionWay li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f38f1f;
    left: 0;
    top: 0.4rem;
}

.cloudWays .descriptionWay p.selected {
    display: block;
}

.orangeList li {
    position: relative;
    padding-left: 2rem;
    line-height: 2rem;
}

.orangeList li:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #f38f1f;
    position: absolute;
    top: 0.6rem;
    left: 0;
}

.precentBlock {
    display: flex;
    flex-direction: row;
    margin: 0.5rem 0;
    border-radius: 63px;
    padding: 0.5rem;
    background-color: #f2f2f2;
    align-items: center;
}

.precentBlock .precentNumber {
    min-width: 70px;
    font-size: 18px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: double 7px transparent;
    border-radius: 50%;
    background-image: linear-gradient(#f2f2f2, #f2f2f2), radial-gradient(circle at left, #3196cf, #00b388);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-family: "MYRIADPROBOLD";
    color: #25a390;
}

.precentBlock .precentText p {
    margin-bottom: 0;
    color: #000;
    margin-left: 8px;
    font-size: 15px;
}

.businessStrategyBlock {
    margin: 10px 0;
}

.businessStrategy {
    background-color: #f2f2f2;
    padding: 1.5rem 1.5rem;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.businessStrategy .imgContent {
    height: 200px;
    background-color: #fff;
    overflow: hidden;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    min-width: 300px;
}

.businessStrategy img {
    width: 100%;
    max-height: 100%;
}

.businessStrategy .list h5 {
    color: #59595c;
    font-family: HelveticaBold;
    margin: 1.5rem 0 0.75rem 0;
    font-size: 18px;
}

.SuccessForm {
    padding: 1rem 0;
}

.SuccessForm h4 {
    font-family: HelveticaBold;
}

.SuccessForm img {
    max-width: 200px;
}

.SuccessForm a {
    border: 1px solid #000;
    color: #000;
    padding: 0.4rem 1.5rem;
    border-radius: 4px;
    margin-top: 0.5rem;
    display: inline-block;
}

.CenterImage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.CenterText {
    text-align: center;
}

.HPE {
    font-family: HelveticaBold;
    color: #00b388;
    text-transform: uppercase;
}

.TARGET {
    font-family: HelveticaBold;
    color: #f58221;
    text-transform: uppercase;
}

.BoxsWithImageIcon {
    padding: 5rem 0 3rem;
}


/*# sourceMappingURL=mainStyle.css.map */

#DigitalTransformation .network {
    margin: 1rem 0;
}

#DigitalTransformation .businessStrategy {
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#DigitalTransformation .businessStrategy .list {
    padding: 3rem 2rem;
    position: relative;
}

#DigitalTransformation .imgContent {
    height: 393px;
    position: relative;
}

#DigitalTransformation .businessStrategy .list h5 {
    margin-top: 0;
    color: #f38f1f;
    text-align: center;
}

#DigitalTransformation .businessStrategy .imgContent::before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    content: "";
    z-index: 10000;
    font-size: 2.2rem;
    color: #fff;
    background-color: #fff;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
}

#DigitalTransformation .businessStrategyBlock:nth-child(even) .imgContent::before {
    bottom: auti;
    top: -15px;
}